home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Fiszkowe programy do nauki
/
Teach2000 8.19
/
teach819.exe
/
{app}
/
template_print.ini
< prev
next >
Wrap
INI File
|
2007-07-13
|
4KB
|
91 lines
; Dit bestand is de template waarmee het lijsten kunnen worden afgedrukt.
; De master vormt de basis, en op de plaats van de %s (string) worden de details toegevoegd.
; De code %d staat voor een in te voegen getal.
; Eerst voor de vragen het lettertype en de -grootte, dan hetzelfde voor de antwoorden.
; Het detail bevat weer twee %s-tekens, waar de vraag en het antwoord worden ingevuld.
; Het =-teken in de html-code is vervangen voor een underscore (_).
; Het %-teken in de html-code is vervangen voor een pipe (|).
[MASTER]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> = 0
<html><head> = 1
<title>...:::Teach2000:::...</title> = 2
<style type_"text/css"><!-- = 3
body { font-family: "Verdana"; font-size: 0.8em; background-color: White; color: Black; } = 4
table { font-family: "Verdana"; font-size: 1.0em; background-color: White; color: Black; border-collapse: collapse; width: %d|; } = 5
td { vertical-align: top; padding: %dpx %dpx %dpx %dpx; width: 50|; page-break-inside: avoid; } = 6
td.question, td.answer { text-align: left; } = 7
td.question, td.questionFlash { font-family: "%s"; font-size: %d; } = 8
td.answer, td.answerFlash { font-family: "%s"; font-size: %d; } = 9
td.questionFlash, td.answerFlash { text-align: center; vertical-align: middle; border-top: 1px dotted Black; border-bottom: 1px dotted Black; height: 100px; } = 10
td.questionFlash { border-left: none; border-right: 1px solid Silver; } = 11
td.answerFlash { border-left: 1px solid Silver; border-right: none; } = 12
--></style> = 13
</head> = 14
<body> = 15
<table> = 16
%s = 17
</table> = 18
</body> = 19
</html> = 20
[DETAIL]
Detail = <tr><td class_"question">%s</td><td class_"answer">%s</td></tr>
Detail_FlashCard = <tr><td class_"questionFlash">%s</td><td class_"answerFlash">%s</td></tr>
[MASTER_TEST]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> = 0
<html><head> = 1
<title>%s</title> = 2
<style type_"text/css"><!-- = 3
body { font-family: "Verdana"; font-size: 0.8em; background-color: White; color: Black; } = 4
table { font-family: "Verdana"; font-size: %dpx; background-color: White; color: Black; } = 5
td { text-align: left; vertical-align: top; padding: 0px 5px 0px 0px; } = 6
th { text-align: left; vertical-align: top; padding: 0px 5px 0px 0px; } = 7
td.answers { border: thin solid #DCDCDC; font-family: "%s"; }= 8
td.answer { font-family: "%s"; } = 9
td.marker { text-align: right; } = 10
td.input { text-align: right; vertical-align: bottom; } = 11
td.question { font-family: "%s"; } = 12
td.code { text-align: right; vertical-align: top; font-size:0.6em; } = 13
.pagebreak { page-break-before: always; } = 14
--></style> = 15
</head> = 16
<body> = 17
<h3>%s</h3> = 18
<table width_"100|"><tr>%s = 19
<td>%s: %s<br>%s - %s<br>%s: %s</td> = 20
<td class_"code">%s</td></tr> = 21
</table> = 22
<table> = 23
<tr><td class_"input">%s:</td><td><br><br><img alt_"Line" src_"%simg\line.png" height_"1" width_"396"></td></tr> = 24
<tr><td class_"input">%s:</td><td><br><br><img alt_"Line" src_"%simg\line.png" height_"1" width_"396"></td></tr> = 25
<tr><td class_"input">%s:</td><td><br><br><img alt_"Line" src_"%simg\line.png" height_"1" width_"396"></td></tr> = 26
</table> = 27
<p>%s</p> = 28
<hr> = 29
%s = 30
<hr> = 31
%s = 32
<h3 class_"pagebreak">%s %s</h3> = 33
<table width_"100|"> = 34
<tr><td>%s - %s<br>%s: %s</td> = 35
<td class_"code">%s</td></tr> = 36
</table> = 37
<table summary_"Answers" width_"100|"> = 38
<tr><th>%s</th><th>%s</th><th>%s</th></tr> = 39
%s = 40
</table> = 41
</body> = 42
</html> = 43
[DETAIL_TEST]
Logo = <td><img src_"%s" width_"160" align_"left" alt_""></td>
CRLF = <br>
Question = <table width_"100|"><tr><td width_"55" nowrap>%s %d<br><i>(%d)</i></td><td width_"35"> </td><td class_"question">%s<br><br></td></tr><tr><td> </td><td> </td><td>%s</td></tr></table>
MCQuestion = <table width_"100|"><tr><td width_"55" nowrap>%s %d<br><i>(%d)</i></td><td width_"35"> </td><td class_"question">%s<br><br></td></tr>%s</table>
MCQuestionDetail = <tr><td class_"marker">%s</td><td><img alt_"Block" src_"%simg\block.png" height_"17" width_"28"></td><td class_"answer">%s</td></tr>
Answer = <tr><td class_"answers">%d</td><td class_"answers">%d</td><td class_"answers">%s</td></tr>